func google.golang.org/grpc.newNonRetryClientStream

3 uses

	google.golang.org/grpc (current package)
		balancer_wrapper.go#L371: 	return newNonRetryClientStream(ctx, desc, method, transport, acbw.ac, opts...)
		clientconn.go#L1494: 		return newNonRetryClientStream(ctx, &StreamDesc{ServerStreams: true}, method, currentTr, ac)
		stream.go#L1247: func newNonRetryClientStream(ctx context.Context, desc *StreamDesc, method string, t transport.ClientTransport, ac *addrConn, opts ...CallOption) (_ ClientStream, err error) {